﻿2026-06-04T05:36:37.1513922Z ##[group]Run actions/checkout@v5
2026-06-04T05:36:37.1515694Z with:
2026-06-04T05:36:37.1516498Z   repository: SaberMage/spt-core
2026-06-04T05:36:37.1524171Z   token: ***
2026-06-04T05:36:37.1524939Z   ssh-strict: true
2026-06-04T05:36:37.1525685Z   ssh-user: git
2026-06-04T05:36:37.1526429Z   persist-credentials: true
2026-06-04T05:36:37.1527246Z   clean: true
2026-06-04T05:36:37.1527998Z   sparse-checkout-cone-mode: true
2026-06-04T05:36:37.1528878Z   fetch-depth: 1
2026-06-04T05:36:37.1529721Z   fetch-tags: false
2026-06-04T05:36:37.1530485Z   show-progress: true
2026-06-04T05:36:37.1531253Z   lfs: false
2026-06-04T05:36:37.1531957Z   submodules: false
2026-06-04T05:36:37.1532773Z   set-safe-directory: true
2026-06-04T05:36:37.1534242Z ##[endgroup]
2026-06-04T05:36:37.3065232Z Syncing repository: SaberMage/spt-core
2026-06-04T05:36:37.3069440Z ##[group]Getting Git version info
2026-06-04T05:36:37.3071113Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T05:36:37.3073589Z [command]/usr/bin/git version
2026-06-04T05:36:37.3074655Z git version 2.34.1
2026-06-04T05:36:37.3078022Z ##[endgroup]
2026-06-04T05:36:37.3087570Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/db88a376-acc1-471a-825a-2ff25a1609f4/.gitconfig'
2026-06-04T05:36:37.3098845Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/db88a376-acc1-471a-825a-2ff25a1609f4' before making global git config changes
2026-06-04T05:36:37.3101747Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T05:36:37.3106863Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T05:36:37.3159979Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T05:36:37.3190399Z https://github.com/SaberMage/spt-core
2026-06-04T05:36:37.3208571Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T05:36:37.3215329Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T05:36:37.3245334Z refs/heads/dev-freeform
2026-06-04T05:36:37.3258278Z [command]/usr/bin/git checkout --detach
2026-06-04T05:36:37.3316375Z HEAD is now at 50620e4 feat(live): M4-D6b Psyche reconcile + bounded turn driver (D7.5a pulled forward)
2026-06-04T05:36:37.3374507Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T05:36:37.3414583Z Deleted branch dev-freeform (was 50620e4).
2026-06-04T05:36:37.3463242Z ##[endgroup]
2026-06-04T05:36:37.3465803Z [command]/usr/bin/git submodule status
2026-06-04T05:36:37.3705121Z ##[group]Cleaning the repository
2026-06-04T05:36:37.3710686Z [command]/usr/bin/git clean -ffdx
2026-06-04T05:36:37.3766970Z Removing traceable-reqs
2026-06-04T05:36:37.3773986Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T05:36:37.3833864Z HEAD is now at 50620e4 feat(live): M4-D6b Psyche reconcile + bounded turn driver (D7.5a pulled forward)
2026-06-04T05:36:37.3839429Z ##[endgroup]
2026-06-04T05:36:37.3875859Z ##[group]Disabling automatic garbage collection
2026-06-04T05:36:37.3882245Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T05:36:37.3921100Z ##[endgroup]
2026-06-04T05:36:37.3922570Z ##[group]Setting up auth
2026-06-04T05:36:37.3932033Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T05:36:37.3975144Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T05:36:37.4308339Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T05:36:37.4313170Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T05:36:37.4505117Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T05:36:37.4550446Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T05:36:37.4804461Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T05:36:37.4865625Z ##[endgroup]
2026-06-04T05:36:37.4867298Z ##[group]Fetching the repository
2026-06-04T05:36:37.4879981Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +50620e4a4834900120d725a13d0c6059ae841e6c:refs/remotes/origin/dev-freeform
2026-06-04T05:36:38.3853910Z ##[endgroup]
2026-06-04T05:36:38.3855288Z ##[group]Determining the checkout info
2026-06-04T05:36:38.3856958Z ##[endgroup]
2026-06-04T05:36:38.3862996Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T05:36:38.3921920Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T05:36:38.3960964Z ##[group]Checking out the ref
2026-06-04T05:36:38.3965257Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T05:36:38.4019307Z Switched to a new branch 'dev-freeform'
2026-06-04T05:36:38.4031325Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T05:36:38.4034690Z ##[endgroup]
2026-06-04T05:36:38.4074364Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T05:36:38.4107790Z 50620e4a4834900120d725a13d0c6059ae841e6c
